home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
bubble_s.swf
/
scripts
/
DefineButton2_104
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
174 b
|
6 lines
on(release){
_parent.attachMovie("_reg","wreg",15100);
_parent.wreg._x = (800 - _parent.wreg._width) / 2;
_parent.wreg._y = (600 - _parent.wreg._height) / 2;
}